home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / log.zip / 2.BAT < prev    next >
DOS Batch File  |  1991-04-15  |  178b  |  8 lines

  1. echo on
  2. ECHO Stand By Loading the program to C: drive ..............
  3. echo off
  4. c:
  5. md \log
  6. copy a:log-a.exe
  7. echo OK I'M FINISHED. . . . type "LOG" (from the LOG directory!)
  8.